home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global myWindow
- sound stop 1
- pause()
- if objectp(myWindow) then
- forget(myWindow)
- end if
- set myWindow to window "quit"
- set the fileName of myWindow to "quit"
- set L to the stageLeft
- set T to the stageTop
- set B to the stageBottom
- set r to the stageRight
- set the rect of myWindow to rect(L, T, r, B)
- if the machineType = 256 then
- set the windowType of myWindow to 2
- else
- set the windowType of myWindow to 2
- end if
- set the modal of myWindow to 1
- open(myWindow)
- end
-